The pattern of calling a Web API separates across two stages:
jsDataStreamCreator
. This processor always runs, regardless of whether it is passed any data on the pipeline. It can return any kind of data, making it the most flexible of the processors.
In this example, we've set the host
within the request construction. This is the most general pattern. For a dedicated processor, we'll provide the host
within the executor configuration instead of the request.